Dew Math for .NET
|
Passed an array of vectors to single series ValueList(s).
Parameters |
Description |
TVec[] vectors |
An array of vectors defining series x,y,... values. |
Steema.TeeChart.Styles.Series series |
Series to be used for plotting. |
Copy each of the vector in Vectors array to Series ChartValueList(s): XValues, YValues. Use this routine if you want to copy several vectors to the same series in one pass.
Plot error chart by ussing Styles.Error (see Teechart help to learn more about this). If the necessary data is stored in three vectors: x, y, error, then you can use:
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|